home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / business / pb031.dms / pb031.adf / EasyCalc / help / _int.help < prev    next >
Text File  |  1992-11-20  |  265b  |  19 lines

  1. Spreadsheet Function: INT()
  2. Synopsis:
  3.  
  4. @INT(exp)
  5.  
  6. Description:
  7.  
  8. This  removes  the fractional part of the expression
  9. by always rounding down.
  10.  
  11. Examples:
  12.  
  13. @INT(1.5) would give 1.
  14. @INT(-1.5) would give -2.
  15. *
  16. Using Functions
  17. Usefunc.help
  18. Maths Operators
  19. operators.help